Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 7 - Transform Objects / Transform Objects Reference
Transform Objects Routines / Managing Transforms


Q3Transform_Submit

You can use the Q3Transform_Submit function to submit a transform.

TQ3Status Q3Transform_Submit (
TQ3TransformObject transform, 
TQ3ViewObject view);
transform
A transform.
view
A view.
DESCRIPTION
The Q3Transform_Submit function pushes the transform specified by the transform parameter onto the view transform stack of the specified view. Q3Transform_Submit returns kQ3Success if the operation succeeds and kQ3Failure otherwise.

SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996